From eeea6bfd142b45565e61109ff264f11b43fde416 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=98yvind=20Kol=C3=A5s?= Date: Fri, 29 Dec 2006 15:29:51 +0000 Subject: [PATCH] set the version of babl to 0.0.8 * configure.ac: set the version of babl to 0.0.8 --- ChangeLog | 4 ++++ configure.ac | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 4e16ea1..885c0d2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-12-29 Øyvind Kolås + + * configure.ac: set the version of babl to 0.0.8 + 2006-12-29 Øyvind Kolås * docs/Makefile.am: include changelog2rss script. diff --git a/configure.ac b/configure.ac index 96aada1..8b10128 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ AC_PREREQ(2.54) m4_define([babl_major_version], 0) m4_define([babl_minor_version], 0) -m4_define([babl_micro_version], 7) +m4_define([babl_micro_version], 8) AC_INIT(babl, babl_major_version.babl_minor_version.babl_micro_version) AC_CONFIG_SRCDIR(babl/babl.h) -- 2.30.2